Logo 
Search:

Search

 
Search:    
 

Resource TypePosted On
Are C# references the same as C++ references?Sep 01
Is it true that objects don't always get destroyed immediately when the last ref...Sep 25
What are the fundamental differences between value types and reference types?Mar 12
What is Reference counter in dfs (data file structure)?Sep 17
return is an example of which option Jul 21
XmlSerializer is throwing a generic "There was an error reflecting MyClass" erro...Dec 11
Assume that there is no logic error. Identify if there is any declaration error:...Mar 03
Which overloads a unary minus operator and returns no values - Select optionMar 21
Using the CHECKS table, write a query to return all the unique remarksDec 21
Define a namespace called ‘samplespace’, which includes a member variable,namely...Dec 15
Identify the variables, which are local to the following functionNov 08
Does C# support a variable number of arguments?Sep 02
Identify the valid variable name from which optionsAug 16
The declaration of global variables must be made in which optionAug 29
Identify the error, if any: char str_name ‘a‘;Nov 21
Find if the following function prototype contains any error: double area(int ) Dec 02
Why am I getting an InvalidOperationException when I serialize an ArrayList?Dec 13
Identify if any error in the following code segmentJan 04
What is a cell reference? How many different types of cell references exist?...Jan 20
Do the following statements return the same or different output.Dec 21
Using the CHECKS table from earlier today, write a query to return just the chec...Dec 21
What SELECT COUNT(LASTNAME) FROM CHARACTERS; will return?Dec 21
What will SELECT COUNT(*) FROM TEAMSTATS; query return?Dec 21
What must be done after closing a cursor to return memory? Dec 21
Which of the following code would read a line of text from char type variable,...Jan 05
How will you assign value ‘5’ to the variable ‘x’ inside a member function using...Aug 11
Which of the following will assign the value to the class member variable num? v...Jul 15
Which of the following is not true about static member variable?Jul 25
Which error occur due to poor understanding of the language? - Select optionDec 13
What will happen if an error is not handled? - Select optionNov 21
What will be the output of the code mentioned in description if there is no comp...Jul 07
Mentioned code will not compile. Identify which line should be changed to fix th...Oct 27
Why do I get errors when I try to serialize a Hashtable?Dec 03
When you call a function by passing the address of a data variable, it is know a...Sep 16
Identify the error, if any: double avg=tot/n; in this statementFeb 15
so an int is a value type, and a class is a reference type. How can int be deriv...Dec 10